<?php
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/vhosts/prolob.com.au/httpdocs/wp-content/plugins/wp-super-cache/' );
define('WP_AUTO_UPDATE_CORE', false);// This setting was defined by WordPress Toolkit to prevent WordPress auto-updates. Do not change it to avoid conflicts with the WordPress Toolkit auto-updates feature.
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wordpress_w' );

/** MySQL database username */
define( 'DB_USER', 'wordpress_v' );

/** MySQL database password */
define('DB_PASSWORD', '1q2w#E$R');

/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY', 'j)72u64-j#)CZS6uK|&EVn6wMf(Z2fT*n0CGrA93c|wI1i*-062Mx]ApN/9E0gde');
define('SECURE_AUTH_KEY', 'i6c7J0&G69[xdz(u225E[9~h814a329+Vsa:6C]JFSLd[9nGmH)tqeSQu1PIJ37;');
define('LOGGED_IN_KEY', '4Ce3O-YNJcZMrj1:I/5OuD+0|i8IUYK5DN75X&qVW832~_7Xor/0gy~:6tJ%7gqA');
define('NONCE_KEY', 'H3K37!8Zb@Jz2YK1Uo6k&X]uY@-Q@%@w~f(8*cTruT9E#s6bKR|6TA3#w#64r4m_');
define('AUTH_SALT', ':0C;7z;L/3MmuxyB1/Do0YK89PT+%pF]K3bH2SC96X9-#8u3R;(&O-(a5x/Sp]SW');
define('SECURE_AUTH_SALT', ';_|/H*WK]yg68m85p380zYfGRP]B2I_)*e)5jD969X5&T@vF_S/MdQcsVd[oK!*p');
define('LOGGED_IN_SALT', '1!15nj:I]zoE]h/76%pLvT&Dr[rt;oyM)*0470WJe-w0V8Gbfm&aKB-I(i]v4W~3');
define('NONCE_SALT', '4duaZpXrV#07qC~257Ql5!j[Q578Goz1_524yW4Hes1zw5SfGs@%O;HZ4G-#4eSD');

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'prolob_';


define('WP_ALLOW_MULTISITE', true);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';

